home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / bestuur / taskman / SuperCopier2beta1-9.exe / SuperCopier2.exe / 0 / RCDATA / TCOPYERRORFORM / TCOPYERRORFORM.txt < prev   
Text File  |  2006-07-07  |  4KB  |  173 lines

  1. object CopyErrorForm: TCopyErrorForm
  2.   Left = 633
  3.   Top = 100
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsToolWindow
  8.   Caption = ' - Copy error'
  9.   ClientHeight = 147
  10.   ClientWidth = 400
  11.   Color = clBtnFace
  12.   Constraints.MinWidth = 408
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   OldCreateOrder = False
  20.   Position = poOwnerFormCenter
  21.   OnCreate = FormCreate
  22.   DesignSize = (
  23.     400
  24.     147)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object imIcon: TTntImage
  28.     Left = 8
  29.     Top = 8
  30.     Width = 32
  31.     Height = 32
  32.     Picture.Data = {<image000.ico>}
  33.     Transparent = True
  34.   end
  35.   object llCopyErrorText3: TTntLabel
  36.     Left = 48
  37.     Top = 96
  38.     Width = 318
  39.     Height = 13
  40.     Caption = 
  41.       'What would you like to to?  (keep buttons pressed for more optio' +
  42.       'ns)'
  43.   end
  44.   object llCopyErrorText1: TTntLabel
  45.     Left = 48
  46.     Top = 8
  47.     Width = 60
  48.     Height = 13
  49.     Caption = 'The copy of:'
  50.   end
  51.   object llCopyErrorText2: TTntLabel
  52.     Left = 48
  53.     Top = 40
  54.     Width = 187
  55.     Height = 13
  56.     Caption = 'was interrupted for the following reason:'
  57.   end
  58.   object llFileName: TSCFileNameLabel
  59.     Left = 48
  60.     Top = 24
  61.     Width = 345
  62.     Height = 13
  63.     Anchors = [akLeft, akTop, akRight]
  64.     AutoSize = False
  65.     Caption = 'llFileName'
  66.     ShowAccelChar = False
  67.   end
  68.   object mmErrorText: TTntMemo
  69.     Left = 48
  70.     Top = 56
  71.     Width = 345
  72.     Height = 32
  73.     Anchors = [akLeft, akTop, akRight]
  74.     ReadOnly = True
  75.     ScrollBars = ssVertical
  76.     TabOrder = 4
  77.   end
  78.   object btRetry: TScPopupButton
  79.     Left = 3
  80.     Top = 119
  81.     Width = 94
  82.     Height = 25
  83.     TabOrder = 0
  84.     TabStop = True
  85.     ItemIndex = 0
  86.     Popup = pmRetry
  87.     ImageIndex = -1
  88.     OnClick = btRetryClick
  89.   end
  90.   object btEndOfList: TScPopupButton
  91.     Left = 103
  92.     Top = 119
  93.     Width = 94
  94.     Height = 25
  95.     TabOrder = 1
  96.     TabStop = True
  97.     ItemIndex = 0
  98.     Popup = pmEndOfList
  99.     ImageIndex = -1
  100.     OnClick = btEndOfListClick
  101.   end
  102.   object btSkip: TScPopupButton
  103.     Left = 203
  104.     Top = 119
  105.     Width = 94
  106.     Height = 25
  107.     TabOrder = 2
  108.     TabStop = True
  109.     ItemIndex = 0
  110.     Popup = pmSkip
  111.     ImageIndex = -1
  112.     OnClick = btSkipClick
  113.   end
  114.   object btCancel: TScPopupButton
  115.     Left = 303
  116.     Top = 119
  117.     Width = 94
  118.     Height = 25
  119.     TabOrder = 3
  120.     TabStop = True
  121.     ItemIndex = 0
  122.     Caption = 'Cancel'
  123.     ImageIndex = 6
  124.     ImageList = MainForm.ilGlobal
  125.     OnClick = btCancelClick
  126.   end
  127.   object pmRetry: TTntPopupMenu
  128.     AutoHotkeys = maManual
  129.     Images = MainForm.ilGlobal
  130.     TrackButton = tbLeftButton
  131.     Left = 8
  132.     Top = 80
  133.     object Retry1: TTntMenuItem
  134.       Caption = 'Retry'
  135.       ImageIndex = 21
  136.       Visible = False
  137.     end
  138.     object Alwaysretry1: TTntMenuItem
  139.       Caption = 'Always retry'
  140.     end
  141.   end
  142.   object pmEndOfList: TTntPopupMenu
  143.     AutoHotkeys = maManual
  144.     Images = MainForm.ilGlobal
  145.     TrackButton = tbLeftButton
  146.     Left = 104
  147.     Top = 80
  148.     object Endoflist1: TTntMenuItem
  149.       Caption = 'To end of list'
  150.       ImageIndex = 13
  151.       Visible = False
  152.     end
  153.     object Alwaysputtoendoflist1: TTntMenuItem
  154.       Caption = 'Always put to end of list'
  155.     end
  156.   end
  157.   object pmSkip: TTntPopupMenu
  158.     AutoHotkeys = maManual
  159.     Images = MainForm.ilGlobal
  160.     TrackButton = tbLeftButton
  161.     Left = 208
  162.     Top = 80
  163.     object Skip1: TTntMenuItem
  164.       Caption = 'Skip'
  165.       ImageIndex = 19
  166.       Visible = False
  167.     end
  168.     object Alwaysskip1: TTntMenuItem
  169.       Caption = 'Always skip'
  170.     end
  171.   end
  172. end
  173.